.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/owl.video.play.4a37f800.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.suggestions-nowrap {
    white-space: nowrap
}

.suggestions-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.suggestions-input::-ms-clear {
    display: none
}

.suggestions-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-text-size-adjust: 100%
}

.suggestions-suggestions {
    background: #fff;
    border: 1px solid #999;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    left: 0;
    min-width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-text-size-adjust: 100%
}

.suggestions-suggestions strong {
    font-weight: 400;
    color: #39f
}

.suggestions-suggestions.suggestions-mobile {
    border-style: none
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid #ddd
}

.suggestions-suggestion {
    padding: 4px;
    overflow: hidden
}

.suggestions-suggestion:hover {
    background: #f7f7f7
}

.suggestions-selected,
.suggestions-selected:hover {
    background: #f0f0f0
}

.suggestions-hint {
    padding: 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #777;
    font-size: 85%;
    line-height: 20px
}

.suggestions-subtext {
    color: #777
}

.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 .5em 0 0
}

.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px
}

.suggestions-subtext_label {
    margin: 0 0 0 .25em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
    background: #f5f5f5;
    font-size: 85%
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
    position: relative
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, .4);
    content: ""
}

.suggestions-promo {
    font-size: 85%;
    display: none;
    color: #777;
    padding: 4px;
    text-align: center
}

.suggestions-promo a {
    color: #777;
    display: block;
    filter: grayscale(100%);
    line-height: 20px;
    text-decoration: none
}

.suggestions-promo a:hover {
    filter: grayscale(0)
}

.suggestions-promo svg {
    height: 20px;
    vertical-align: bottom
}

@media screen and (min-width:600px) {
    .suggestions-promo {
        position: absolute;
        top: 0;
        right: 0;
        text-align: left
    }
}

.basket {
    padding: 42px 20px 0
}

.basket .main-title {
    width: 100%;
    margin-top: 30px;
    font-size: 25px;
    line-height: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    display: inline-flex
}

.basket .sub-title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    font-family: GilroySemibold
}

.basket .require {
    color: #f91155
}

.basket .block-inputs {
    margin-top: 30px;
    max-width: 640px
}

.basket .block-inputs .label {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    color: #828282
}

.basket .block-inputs .input {
    margin-bottom: 15px
}

.basket .block-inputs .input:last-child {
    margin-bottom: 0
}

.basket .block-inputs .input .focus-block {
    position: relative
}

.basket .block-inputs .input .focus-block .placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    position: absolute;
    left: 17px;
    top: 22px;
    transition: .4s;
    pointer-events: none
}

.basket .block-inputs .input .focus-block.focus .placeholder {
    font-size: 12px;
    line-height: 14px;
    top: 14px
}

.basket .block-inputs .input .focus-block.focus input {
    background-color: #fff;
    border: 1px solid #cecece
}

.basket .block-inputs .input .focus-block.focus .close-city {
    opacity: 1
}

.basket .block-inputs input[type=text] {
    color: #000;
    font-size: 16px;
    line-height: 19px;
    padding: 32px 17px 11px;
    background: #edf1f6;
    border-radius: 6px;
    outline: none;
    width: 100%;
    height: 64px;
    border: none
}

.basket .block-items {
    margin-top: 30px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px
}

.basket .block-items .title {
    font-size: 16px;
    line-height: 19px;
    font-family: GilroySemibold;
    margin-bottom: 15px
}

.basket .block-items .block {
    display: flex;
    position: relative
}

.basket .block-items .block .description {
    width: 100%
}

.basket .block-items .block .remove-items {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 20px
}

.basket .block-items .block .images {
    min-width: 66px;
    min-height: 66px;
    max-width: 66px;
    max-height: 66px;
    margin-right: 15px
}

.basket .block-items .block .images img {
    width: 100%;
    height: 100%
}

.basket .block-items .block .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    max-width: 196px
}

.basket .block-items .block .price-block {
    display: flex;
    justify-content: space-between
}

.basket .block-items .block .wrap-price {
    display: flex;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
    font-family: GilroySemibold
}

.basket .block-items .block .wrap-price .old-price {
    color: #828282;
    position: relative;
    margin-right: 12px
}

.basket .block-items .block .wrap-price .old-price:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f91155;
    position: absolute;
    top: 50%;
    margin-top: -1px
}

.basket .block-items .block .wrap-price .new-price {
    font-size: 16px;
    line-height: 20px;
    color: #f91155
}

.basket .block-items .block .discount {
    font-size: 12px;
    line-height: 16px;
    color: #f91155;
    text-align: right
}

.basket .block-items .block .count {
    font-size: 12px;
    line-height: 16px
}

.basket .button {
    margin-top: 30px
}
.basket .polit,
.basket .polit a {
    color: #828282;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    margin-top: 15px
}

.basket .close-city {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: .5s
}

.basket .active_btn:hover {
    cursor: pointer;
    opacity: .7
}

#order_btn_loader {
    display: flex;
    margin-top: 30px;
    width: 100%;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    color: #005bff;
    text-decoration: none;
    margin-top: 15px;
    font-family: GilroySemibold;
    border: none
}

.order_btn_loader_text {
    margin-right: 20px
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 11px
}

.lds-ellipsis div {
    position: absolute;
    top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #005bff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:first-child {
    left: 8px;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 .6s infinite
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(24px)
    }
}

.button.blocked_btn {
    cursor: pointer;
    background: #c9c7c7
}

.success {
    padding: 42px 20px 0
}

.success .main-title {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    display: inline-flex
}

.success .code-block {
    margin: 30px 0
}

.success .code-block .code {
    font-size: 30px;
    line-height: 30px;
    color: #005bff;
    margin-top: 15px
}

.success .inst {
    margin: 15px 0;
    display: inline-flex;
    padding: 18px 0;
    width: 100%;
    background: #f3f3f8;
    border-radius: 10px;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 16px;
    font-family: GilroySemibold;
    color: #000
}

@font-face {
    font-family: GilroyRegular;
    src: url(../fonts/Gilroy-Regular.59525ce1.eot);
    src: url(../fonts/Gilroy-Regular.59525ce1-1.eot) format("embedded-opentype"), url(../fonts/Gilroy-Regular.8e8705d0.woff) format("woff"), url(../fonts/Gilroy-Regular.ae5e7255.bin) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: GilroySemibold;
    src: url(../fonts/Gilroy-SemiBold.2b2e536e.eot);
    src: url(../fonts/Gilroy-SemiBold.2b2e536e-1.eot) format("embedded-opentype"), url(../fonts/Gilroy-SemiBold.989947b0.woff) format("woff"), url(../fonts/Gilroy-SemiBold.05bdf30b.bin) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.babytent .images {
    margin-top: 30px
}

.babytent .images img {
    width: 100%
}

.babytent p span {
    color: #0073e6
}

.babytent .babytent-link {
    margin-top: 15px;
    color: #0073e6;
    font-family: GilroySemibold;
    font-size: 18px;
    line-height: 21px;
    padding: 18px 0;
    width: 100%;
    background: #f3f3f8;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    text-decoration: none
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    border-radius: 14px
}

.owl-carousel .owl-dots {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 100%
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: #f91155
}

.polit-page {
    padding-top: 42px
}

.polit-page .container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px
}

.polit-page .main-title {
    width: 100%;
    margin-top: 30px;
    font-size: 25px;
    line-height: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    display: inline-flex
}

.polit-page li,
.polit-page p {
    margin-top: 15px;
    font-size: 14px
}

.polit-page li {
    padding-left: 10px;
    line-height: 18px
}

p {
    font-size: 16px;
    line-height: 20px
}

b {
    font-family: GilroySemibold
}

video {
    width: 100%
}

.marginTop60 {
    margin-top: 60px
}

.marginTop30 {
    margin-top: 30px !important
}

.marginBottom0 {
    margin-bottom: 0 !important;
    display: flex
}

.button {
    background: #005bff;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    font-family: GilroySemibold;
    border: none
}

input {
    font-family: GilroyRegular
}

* {
    box-sizing: border-box
}

body {
    font-family: GilroyRegular;
    max-width: 640px;
    margin: 0 auto
}

body.open {
    overflow: hidden
}

body.open .menu-container {
    transform: translateX(0)
}

body.open header .menu-button span:first-child {
    transform: rotate(-45deg);
    top: 9px;
    position: relative
}

body.open header .menu-button span:last-child {
    transform: rotate(45deg);
    top: -1px;
    position: relative
}

.main-page {
    padding-top: 52px;
    padding-bottom: 80px
}

.main-page .zIndex {
    z-index: 101;
    position: relative;
    background-color: #fff
}

.main-page .container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px
}

.main-page h1 {
    margin: 30px 0 15px;
    font-size: 30px;
    line-height: 30px
}

.main-page .top-price {
    padding-top: 15px;
    border-top: 1px solid #000;
    display: flex;
    align-items: flex-end
}

.main-page .new {
    font-size: 30px;
    line-height: 30px;
    margin-right: 18px;
    font-family: GilroySemibold
}

.main-page .old {
    font-size: 20px;
    line-height: 20px;
    color: #9d9d9d;
    position: relative;
    top: -2px;
    font-family: GilroySemibold
}

.main-page .old:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f91155;
    position: absolute;
    top: 50%;
    margin-top: -1px
}

.main-page .discount {
    background: #f91155;
    border-radius: 5px;
    width: 48px;
    height: 22px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px
}

.main-page .wrap-select {
    margin-top: 30px
}

.main-page .wrap-select.new_block {
    padding-top: 30px;
    border-top: 1px solid #000
}

.main-page .wrap-select .title {
    font-size: 16px;
    line-height: 20px
}

.main-page .wrap-select .title.prices {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main-page .wrap-select .title.prices .price-and-close {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-family: GilroySemibold
}

.main-page .wrap-select .title.prices .price-and-close .remove {
    display: flex;
    margin-left: 20px;
    position: relative;
    top: -1px;
    cursor: pointer
}

.main-page .wrap-select .driver-and-passenger {
    position: relative
}

.main-page .wrap-select .discaunt-block {
    position: absolute;
    bottom: -16px;
    right: -60px;
    background: #f91155;
    border-radius: 5px;
    color: #fff;
    border: none !important;
    font-size: 14px;
    padding: 4px 8px !important
}

.main-page .wrap-select:first-child .title.prices .price-and-close {
    display: none
}

.main-page .wrap-select .block-select {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.main-page .wrap-select .block-select div {
    margin-top: 15px;
    padding: 8px 15px;
    border: 1px solid #cecece;
    border-radius: 10px;
    margin-right: 15px;
    cursor: pointer
}

.main-page .wrap-select .block-select div:last-child {
    margin-right: 0
}

.main-page .wrap-select .block-select div.blocked {
    opacity: .5;
    border: 2px solid red
}

.main-page .wrap-select .block-select div.select-item {
    border: 2px solid #005bff
}

.main-page .wrap-select .block-colors {
    margin-top: 15px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between
}

.main-page .wrap-select .block-colors .block {
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-page .wrap-select .block-colors .block .color {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px
}

.main-page .wrap-select .block-colors .block .select-color {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.main-page .wrap-select .block-colors .block .select-color.select-color-item {
    border: 2px solid #005bff
}

.main-page .wrap-select .block-colors .block .select-color div {
    width: 40px;
    height: 40px;
    border-radius: 100%
}

.main-page .wrap-select .block-colors .block.black .select-color div {
    background-color: #000
}

.main-page .wrap-select .block-colors .block.beige .select-color div {
    background-color: #fdca6f
}

.main-page .wrap-select .block-colors .block.brown .select-color div {
    background-color: #835226
}

.main-page .wrap-select .block-colors .block.red .select-color div {
    background-color: #f91155
}

.main-page .wrap-select .count {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    text-align: center;
    height: 56px;
    margin-top: 15px
}

.main-page .wrap-select .count span {
    background: #f3f3f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.main-page .wrap-select .count input {
    text-align: center;
    border: 1px solid #cecece;
    border-radius: 10px;
    width: 100%;
    font-size: 16px
}

.main-page .all-price {
    margin-top: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000
}

.main-page .all-price .price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px
}

.main-page .all-price .price-block .name {
    font-size: 16px;
    line-height: 20px
}

.main-page .all-price .price-block .price {
    font-size: 30px;
    line-height: 30px;
    font-family: GilroySemibold
}

.main-page .all-price .count-block {
    font-size: 16px;
    line-height: 20px;
    color: #828282
}

.main-page .select-delivery {
    margin-top: 30px;
    text-align: center
}

.main-page .select-delivery .button {
    margin-top: 15px
}

.main-page .add-items {
    text-align: center;
    margin: 30px auto 0
}

.main-page .add-items .add-button {
    font-size: 18px;
    line-height: 21px;
    color: #005bff;
    padding-bottom: 1px;
    border-bottom: 1px solid #005bff;
    display: inline-flex;
    cursor: pointer
}

.main-page .polit-top {
    text-align: center;
    margin-top: 15px
}

.main-page .polit-top,
.main-page .polit-top a {
    color: #828282;
    font-size: 12px;
    line-height: 14px
}

.main-page .polit-top a:hover {
    text-decoration: none
}

.main-page .conditionals-wrap {
    margin: 45px 0 60px
}

.main-page .conditionals-wrap .block {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.main-page .conditionals-wrap .block .select-delivery {
    text-align: left;
    margin-top: 0
}

.main-page .conditionals-wrap .block .icon {
    margin-right: 30px
}

.main-page .conditionals-wrap .block .description {
    font-size: 16px;
    line-height: 20px
}

.main-page .conditionals-wrap .block .description p {
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    margin-top: 15px
}

.main-page .conditionals-wrap .block:first-child {
    align-items: flex-start
}

.main-page .conditionals-wrap .block:first-child b {
    margin-top: 14px;
    display: flex
}

.main-page .conditionals-wrap .block:last-child {
    margin-bottom: 0
}

.main-page .container-description {
    margin-top: 60px
}

.main-page .container-description img,
.main-page .container-description video {
    margin-bottom: 30px
}

.main-page .container-description .title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000
}

.main-page .container-description p {
    margin-top: 30px
}

.main-page .container-description img {
    width: 100%
}

.main-page .container-description .list {
    margin-top: 30px
}

.main-page .container-description .list li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    line-height: 20px
}

.main-page .container-description .list li:before {
    content: "";
    min-width: 16px;
    min-height: 16px;
    margin-right: 15px;
    display: inline-flex;
    position: relative;
    top: 1px
}

.main-page .container-description .list li:last-child {
    margin-bottom: 0
}

.main-page .container-description .list.minus li:before {
    content: "";
    background-image: url(../images/cross-red.29543765.svg)
}

.main-page .container-description .list.plus li:before {
    content: "";
    background-image: url(../images/plus-green.74c7532e.svg);
    min-width: 19px
}

.main-page .container-description .list.circle li:before {
    content: "";
    min-width: 10px;
    min-height: 10px;
    border-radius: 100%;
    background-color: #f91155;
    top: 5px;
    margin-right: 20px
}

.main-page .customers {
    margin-top: 30px
}

.main-page .customers img {
    margin-bottom: 0 !important
}

.main-page .wrap-block-question {
    display: flex;
    flex-direction: column
}

.main-page .wrap-block-question .block {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #000;
    width: 100%;
    cursor: pointer
}

.main-page .wrap-block-question .block.open .question .arrow {
    transform: rotate(180deg)
}

.main-page .wrap-block-question .block.open .answer {
    display: block
}

.main-page .wrap-block-question .block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.main-page .wrap-block-question .question {
    font-size: 16px;
    line-height: 20px;
    font-family: GilroySemibold;
    position: relative;
    padding-right: 30px
}

.main-page .wrap-block-question .question .arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background-image: url(../images/drop.b5d24757.svg);
    background-size: contain
}

.main-page .wrap-block-question .answer {
    margin-top: 15px;
    display: none;
    line-height: 20px
}

.main-page .delivery {
    padding: 30px 0;
    background: #f3f3f8
}

.main-page .delivery .block {
    margin: 30px 0 60px
}

.main-page .delivery .block:last-child {
    margin-bottom: 15px
}

.main-page .delivery .block .icon {
    width: 70px;
    height: 70px;
    display: flex
}

.main-page .delivery .block .icon img {
    height: 100%
}

.main-page .delivery .block .del {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0 4px
}

.main-page .delivery .block .city {
    font-size: 16px;
    line-height: 20px;
    color: #f91155;
    font-family: GilroySemibold
}

.main-page .delivery .block .price {
    margin: 15px 0;
    font-size: 25px;
    line-height: 30px
}

.main-page .delivery .block p {
    margin-top: 15px
}

.main-page .delivery .block .gray {
    color: #828282
}

.main-page .location {
    display: flex;
    padding: 30px 10px;
    border-radius: 10px;
    border: 1px solid #cecece;
    align-items: flex-start;
    margin-top: 30px
}

.main-page .location .icon {
    min-width: 56px;
    margin-right: 14px;
    margin-top: 10px
}

.main-page .location p {
    margin-top: 0
}

.main-page .location p span {
    color: #f91155;
    margin-top: 0
}

.main-page .location span {
    color: #828282;
    margin-top: 15px;
    display: flex
}

.main-page .block-fixed {
    position: fixed;
    bottom: 0;
    max-width: 640px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    z-index: 100;
    background-color: #fff;
    display: flex;
    padding: 12px;
    border-top: 1px solid #c1c1c1
}

.main-page .block-fixed .description {
    min-width: 180px;
    margin-right: 5px
}

.main-page .block-fixed .price-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1px
}

.main-page .block-fixed .price-block .new-price {
    font-size: 25px;
    line-height: 25px;
    color: #005bff;
    margin-right: 12px;
    font-family: GilroySemibold
}

.main-page .block-fixed .price-block .old-price {
    font-size: 12px;
    line-height: 14px;
    position: relative
}

.main-page .block-fixed .price-block .old-price:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    margin-top: -1px
}

.main-page .block-fixed p {
    font-size: 12px;
    line-height: 14px
}

.main-page .block-fixed .select-delivery {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0;
    text-align: left
}

.main-page .block-fixed .button {
    margin-top: 0
}

header {
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .9);
    z-index: 10001
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px
}

header .menu-button {
    display: inline-flex;
    flex-direction: column;
    width: 42px;
    cursor: pointer
}

header .menu-button span {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: inline-flex
}

header .menu-button span:first-child {
    margin-bottom: 8px
}

.menu-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    padding-top: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: translateX(-100%);
    transition: .4s
}

.menu-container .list li {
    margin-bottom: 30px;
    text-align: center
}

.menu-container .list li a {
    font-size: 25px;
    line-height: 16px;
    color: #000;
    text-decoration: none
}

.menu-container .social a {
    color: #828282;
    font-size: 16px;
    line-height: 19px;
    display: inline-flex;
    align-items: center;
    margin-right: 30px
}

.menu-container .social a img {
    margin-right: 10px
}

.menu-container .phone {
    font-size: 25px;
    line-height: 29px;
    margin: 30px 0 5px;
    display: inline-flex;
    color: #000;
    text-decoration: none
}

footer {
    margin-top: 30px;
    margin-bottom: 30px
}

footer .logo {
    margin-bottom: 30px;
    display: inline-flex;
    width: 100%
}

footer .phone {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    text-decoration: none
}

footer .job {
    font-size: 16px;
    line-height: 20px;
    color: #828282;
    margin: 2px 0 15px
}

footer .social{
    margin: 0 -10px;
}
footer .social a {
    color: #828282;
    font-size: 16px;
    line-height: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 4px 10px;
}

footer .social a img {
    margin-right: 4px
}

footer .mail {
    color: #000;
    text-decoration: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    display: flex
}

footer .bottom-block {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #000;
    font-size: 16px;
    line-height: 20px;
    color: #828282
}

footer .bottom-block .polit {
    line-height: 20px;
    color: #828282;
    display: flex;
    margin: 10px 0 15px;
    font-size: 16px;
    text-decoration: underline;
    padding-top: 0
}

footer .bottom-block a {
    color: #828282;
    text-decoration: none
}

.cur {
    display: inline
}

.hided {
    display: none !important
}

.blocked {
    border: 2px solid red;
    position: relative
}

.blocked div {
    opacity: .5
}

.blocked:before {
    border-bottom: 2px solid red;
    position: absolute;
    content: "";
    width: 100%;
    transform: rotate(-45deg)
}

.blocked:after {
    position: absolute;
    content: "\417\430\43A\43E\43D\447\438\43B\438\441\44C";
    width: 100%;
    font-size: 14px;
    bottom: -20px;
    right: 40%;
    color: red
}